NevronOpenVision
Nevron.Nov.DataStructures Namespace / NDynamicArray<T> Class


In This Topic
NDynamicArray<T> Class Methods
In This Topic

For a list of all members of this type, see NDynamicArray<T> members.

Public Methods
 NameDescription
Public MethodClears this array, by resetting it's count to zero and settings the Items array values to their defaults (depending on type)  
Public MethodReturns true if this list contains the specified item.  
Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
Public MethodEnsures that this dynamic array has the capacity to handle the specified amount of items.  
Public MethodGets an iterator that iterates throw the items in forward order.  
Public MethodGets an iterator that iterates throw the items in reverse order.  
Public MethodOverloaded. Gets the index at which an item appears for the first time. Returns -1 if the item does not appear in this list.  
Public MethodOverloaded. Gets the last index of the specified item  
Public MethodCreates an array and populates it with the items of this dynamic array.  
Top
See Also